home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Software of the Month Club / Amiga General Interest Volume 213 (1995)(SOMC)(Disk 5 of y)[SMCxxxC30Ix].zip / Amiga General Interest Volume 213 (1995)(SOMC)(Disk 5 of y)[SMCxxxC30Ix].adf / Imagine Object Viewer < prev    next >
Text File  |  1995-08-17  |  687b  |  35 lines

  1. echo "This Collection of Imagine objects can be used"
  2. echo "to explore the galaxies of your imagination."
  3. echo "<< Note: Imagine2.0 or 3.0 required to use effectively >>"
  4. echo
  5. echo "F = Front view"
  6. echo "R = Right view"
  7. echo "T = Top   view"
  8. echo "I = Zoom In"
  9. echo "O = Zoom Out"
  10. echo "P = Perspective view"
  11. echo "Use cursor keys or mouse to move around "
  12. skip doya
  13. skip Back
  14.  
  15. LAB doya
  16.     echo "Show objects."
  17.     ASK "Continue?( Y/N )"
  18.     if Warn
  19.     skip select
  20. else
  21.    quit
  22.    endif
  23. LAB select
  24.     REQUESTFILE >ENV:sel DRAWER SMC213C30I5:object FILE "NCC1701-D" PATTERN "#?.iob" TITLE "Imagine Objects" NOICONS
  25.     if warn
  26.     echo "goodbye"
  27. else
  28.     showobj $sel >NIL:
  29.     skip select BACK 
  30.     endif
  31.     
  32.     
  33.     
  34.      
  35.